-
Notifications
You must be signed in to change notification settings - Fork 6
NIAD-3208: CustomTrustStore refactoring to exclude weird dependencies #1054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| @BeforeEach | ||
| void prepare() { | ||
| customTrustStore = new CustomTrustStore(s3Client); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, why not put it in the existing @BeforeAll ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I can do
service/src/test/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializerTest.java
Show resolved
Hide resolved
service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java
Outdated
Show resolved
Hide resolved
|
|




What
Please include a summary of the changes and the related issue
Why
Please include details of the reasoning for these changes
Type of change
Please delete options that are not relevant.
Checklist: